2005-06-15 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
+ formatting, pointed out by Kjartan Maraas.
+
* gtk/gtksettings.c: Add two new settings,
gtk-cursor-theme-name and gtk-cursor-theme-size to
control the cursor theme.
2005-06-15 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
+ formatting, pointed out by Kjartan Maraas.
+
* gtk/gtksettings.c: Add two new settings,
gtk-cursor-theme-name and gtk-cursor-theme-size to
control the cursor theme.
2005-06-15 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
+ formatting, pointed out by Kjartan Maraas.
+
* gtk/gtksettings.c: Add two new settings,
gtk-cursor-theme-name and gtk-cursor-theme-size to
control the cursor theme.
*
* <informalexample><programlisting>
* #include <gtk/gtk.h>
- *
+ *
* static void
* fill_with_content (GtkWidget *vbox)
* {
* /<!-- -->* fill with content... *<!-- -->/
* }
- *
+ *
* int
* main (int argc, char *argv[])
* {
* GdkGeometry size_hints = {
* 100, 50, 0, 0, 100, 50, 10, 10, 0.0, 0.0, GDK_GRAVITY_NORTH_WEST
* };
- *
+ *
* gtk_init (&argc, &argv);
*
* window = gtk_window_new (GTK_WINDOW_TOPLEVEL);